<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
	height: 339px;
	background: #192A37;
}
.footerBox{
	padding-top: 40px;
	margin: 0 auto;
	position: relative;
}
.footerBoxLogo{
	width: 196px;
	height: 25px;
	margin-bottom: 28px;
}
.footerBoxConLeft{
	max-width: 797px;
	width: 60%;
}
.footerBoxConLeftMenu{
	margin-top: 17px;
}
.footerBoxConLeftMenuIcon{
	width: 7px;
	height: 11px;
	margin-top: 5px;
}
.footerBoxConCenter{
	width: 288px;
}
.footerBoxConCenterPhone{
	color: #3AA645;
	margin-top: 10px;
	margin-bottom: 11px;
}
.footerBoxConCenterAddress{
	color: rgba(255, 255, 255, 0.8);
}
.footerBoxConRight{
	width: 58px;
}
.footerBoxConRightCode{
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 13px;
	margin-left: 4px;
	cursor: pointer;
}
.footerCodeBox{
	display: none ;
	width: 0px;
	height: 0px;
	padding: 50px;
	background: #FFFFFF;
	border: 1px solid #9CC897;
	box-shadow: 1px 2px 6px 0px rgba(29, 42, 54, 0.12);
	border-radius: 2px;
	position: absolute;
	right: 84px;
	bottom: 62px;
}
.footerCodeBoxTop{
	margin-bottom: 38px;
}
.footerCodeBoxItem{
	width: 158px;
}
.footerCodeBoxItem img{
	width: 158px !important;
	height: 158px !important;
}
.footerCodeBoxItemText{
	text-align: center;
	margin-top: 15px;
}
.footerBoxConRightCodeSel{
	background: rgba(90, 164, 81, 1);
}
.footerBoxHref{
	margin-bottom: 36px;
}
.footerNote{
	height: 50px;
	color: #9C9C9C;
	text-align: center;
	line-height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footerExtLink {
	color: #9C9C9C;
}

.footerExtLink:hover,
.footerExtLink:focus,
.footerExtLink:active {
	color: #FFF;
}</pre></body></html>